home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11009 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1012 b 

  1. Path: news.cyberport.com!usenet
  2. From: tangent@cyberport.com (Warren Young)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL
  5. Date: Tue, 12 Mar 1996 07:05:27 GMT
  6. Organization: none
  7. Message-ID: <314521c2.14898462@news.cyberport.com>
  8. References: <4i05tj$2hl$1@mhafc.production.compuserve.com>
  9. NNTP-Posting-Host: ppp10.cyberport.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. Steve Forbes <103010.404@CompuServe.COM> wrote:
  13.  
  14. >From what I've read the Standard Template Library (STL) works 
  15. >well with version 4.5 of Borland's C++ compiler.  Does anyone out 
  16. >there have any experience using STL with Borland's earlier Visual 
  17. >Turbo C++, v3.1 (for Windows)?
  18.  
  19. It can't work, because 3.1 either doesn't support templates or the
  20. support is very weak, I can't remember which.  STL also requires
  21. several other things, like nested types that I _know_ 3.1 didn't
  22. suport.  4.0 is the latest version I know of that works.
  23.  
  24. See my STL compatibility web page for more info:
  25. www.cyberport.com/~tangent/programming/stlcomp.html
  26.  
  27. = Warren --
  28.